The type field of a cursor record (described in the section "Cursor Record" ) specifies the kind of cursor you want to replace (or restore) using the QTVRReplaceCursor function (described in the section "QTVRReplaceCursor" ). You can use these constants to specify a cursor type:
enum {
kQTVRUseDefaultCursor = 0,
kQTVRStdCursorType = 1,
kQTVRColorCursorType = 2
};